/*
* name: slide.css
* version: v1.35
* update: .arrs全局样式;增加unable样式;禁止WP设备默认触屏事件；
* date: 2014-10-15
*/
.slide {
	/*自定义*/
	margin: 0 auto;
	height: 712px;
    background-color: #333333;
	/*默认*/
    overflow: hidden;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}
/*图片位置默认自动宽度*/
.slide ul img{
    max-width: none;
    width: 100%;
    height:auto;
}
/*图片位置绝对定位*/
.slide ul img.abs{
    max-width: none;
    width: 1920px;
    height:712px;
    position: absolute;
    left: 50%;
    margin-left: -950px;
    top: 50%;
    margin-top: -281px;
}
.slide_wrap {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	*zoom:1;
}
.slide_c {
	float:left;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	overflow: hidden;
	z-index: 1;
}
/*
 *  滚动广告标题
 */
.slide_tool {
	position: absolute;
	z-index: 98;
	width: 100%;
	height: 58px;
    line-height: 58px;
    margin-top: -58px;
    background: rgba(0,0,0,.5);
}

/*
 *  滚动广告标题-左侧工具
 */
.slide_nav{
    width: 20%;
    line-height: 58px;
    float: left;
    text-align: center;
    font-size: 16px
}
.slide_nav a{
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    color: #fff;
}
.slide_nav a.on{
    display: inline-block;
}

/*
 *  滚动广告标题-右侧搜索工具
 */
.slide_search{
    width: 80%;
    float: left;
}

/*
 *  导航点
 */
.arrs.unable {
	cursor: default;
}
.arrs {
	cursor: pointer;
	z-index: 99;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    opacity: 0;
    font-family: 'salong';
    font-size: 36px;
    line-height: 60px;
    width: 48px;
    height: 60px;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    cursor: pointer;
    position: absolute;
    text-align: center;
}
.arr_next {
    right: 20px;
}
.arr_prev {
    left: 20px;
}
.indexbanner:hover .arr_next {
    right: 0;
}
.indexbanner:hover .arr_prev {
    left: 0;
}
.indexbanner:hover .arrs {
    opacity: 1;
}
.indexbanner .arrs:hover {
    /*background-color: #c23473;*/
    color:#fff;
}
.arrs:before{
    font-family:"iconfont" !important;
    font-style:normal;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke-width: 0.2px;
}
.arrs.arr_next:before{content: '\e6b5';}
.arrs.arr_prev:before{content: '\e6b6';}



/*
 * PcMode-max
 */
/*@media only screen and (min-width: 1200px) {
    .slide{height: 560px!important}
    .slide ul img{
        max-width: none;
        width: 1920px!important;
        height:560px!important;
        position: absolute;
        left: 50%;
        margin-left: -960px;
        top: 50%;
        margin-top: -280px;
    }
}*/

/*
 * PcMode-min
 */
/*@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .slide_tool {
        position: relative;
        height: 100px;
        margin: 0;
        padding: 15px 0; 
        background-color: #fff
    }
    .section_xhdg{
        padding-top: 0
    }
    .slide_nav{
        height: 100px
    }
    .slide_nav_l {
        padding: 65px 25px 0 58px;
    }
    .slide_nav_l a i {
        top: 10px;
        left: 20px;
        font-size: 38px;
    }
    .slide_nav_l a strong {
        top: 25px;
        left: 68px;
        font-size: 24px;
    }
    .slide_nav_r h3 {
        font-size: 24px;
    }
    .slide_search{
        height: 100px
    }
    .widget-search-hot {
        padding: 15px 8%;
    }
}*/


/*
 * Pad
 */
/*@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .slide_tool {
        position: relative;
        height: 100px;
        margin: 0;
        padding: 15px 0; 
        background-color: #fff
    }
    .section_xhdg{
        padding-top: 0
    }
    .slide_nav{
        height: 100px
    }
    .slide_nav_l {
        padding: 44px 20px 0 28px;
    }
    .slide_nav_l a i {
        top: 10px;
        left: 15px;
        font-size: 28px;
    }
    .slide_nav_l a strong {
        top: 21px;
        left: 52px;
        font-size: 18px;
    }
    .slide_nav_r h3 {
        font-size: 18px;
    }
    .slide_search{
        height: 100px
    }
    .widget-search-hot {
        padding: 15px 8%;
    }
}*/

/*
 * phone
 */
/*@media only screen and (max-width: 640px) {
    .slide_tool {
        position: relative;
        height: 100px;
        margin: 0;
        padding-top: 5px; 
        background-color: #fff
    }
    .section_xhdg{
        padding-top: 0
    }
    .slide_nav{
        display: none;
        height: 100px
    }
    .slide_nav_l {
        padding: 44px 20px 0 28px;
    }
    .slide_nav_l a i {
        top: 10px;
        left: 15px;
        font-size: 28px;
    }
    .slide_nav_l a strong {
        top: 21px;
        left: 52px;
        font-size: 18px;
    }
    .slide_nav_r h3 {
        font-size: 18px;
    }
    .slide_search{
        width: 100%;
        height: 100px
    }
    .widget-search-hot {
        padding: 10px 2%;
    }
    .widget-search-form {
        padding: 0 2%;
    }
}*/